Using Fiddler to monitor HTTP traffic in Domino Java agents Added by ~Delores Cisfanatexobu on March 14, 2011 | Version 1
|
Sometimes you need to see ALL the HTTP/HTTPS traffic that goes out of your computer and/or returns to it. While you can write debug code to log the URLs your code uses and the "payloads" you send and receive, viewing the actual HTTP headers is more complicated.
|
Read my blog post to see how to easily configure the JVM to proxy all traffic through Fiddler, a free utility for monitoring web traffic: |